checkoutShippingMethodUpdate
DEPRECATED
This field will be removed in Saleor 4.0. Use checkoutDeliveryMethodUpdate instead.
Updates the shipping method of the checkout.
checkoutShippingMethodUpdate(
checkoutId: ID
id: ID
shippingMethodId: ID!
token: UUID
): CheckoutShippingMethodUpdate @deprecated
Arguments
checkoutShippingMethodUpdate.checkoutId ● ID scalar
The ID of the checkout.
DEPRECATED: this field will be removed in Saleor 4.0. Use
idinstead.
checkoutShippingMethodUpdate.id ● ID scalar
The checkout's ID.
Added in Saleor 3.4
checkoutShippingMethodUpdate.shippingMethodId ● ID! non-null scalar
Shipping method.
checkoutShippingMethodUpdate.token ● UUID scalar
Checkout token.
DEPRECATED: this field will be removed in Saleor 4.0. Use
idinstead.
Type
CheckoutShippingMethodUpdate object
Updates the shipping method of the checkout.
Was this page helpful?