CheckoutShippingMethodUpdate
Updates the shipping method of the checkout.
type CheckoutShippingMethodUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}
Fields
CheckoutShippingMethodUpdate.checkout
● Checkout
object
An updated checkout.
CheckoutShippingMethodUpdate.checkoutErrors
● [CheckoutError!]!
deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
CheckoutShippingMethodUpdate.errors
● [CheckoutError!]!
non-null object
Returned by
checkoutShippingMethodUpdate
mutation
Was this page helpful?