CheckoutShippingAddressUpdate
Update shipping address in the existing checkout.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.
type CheckoutShippingAddressUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}
Fields
CheckoutShippingAddressUpdate.checkout
● Checkout
object checkout
An updated checkout.
CheckoutShippingAddressUpdate.checkoutErrors
● [CheckoutError!]!
deprecated non-null object checkout
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
CheckoutShippingAddressUpdate.errors
● [CheckoutError!]!
non-null object checkout
Returned By
checkoutShippingAddressUpdate
mutation