CheckoutShippingAddressUpdate
Update shipping address in the existing checkout.
type CheckoutShippingAddressUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}
Fields
CheckoutShippingAddressUpdate.checkout ● Checkout object
An updated checkout.
CheckoutShippingAddressUpdate.checkoutErrors ● [CheckoutError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
CheckoutShippingAddressUpdate.errors ● [CheckoutError!]! non-null object
Returned by
checkoutShippingAddressUpdate mutation
Was this page helpful?