checkoutDeliveryMethodUpdate
Updates the delivery method (shipping method or pick up point) of the checkout.
Added in Saleor 3.1checkoutDeliveryMethodUpdate(
deliveryMethodId: ID
id: ID
token: UUID
): CheckoutDeliveryMethodUpdate
Arguments
checkoutDeliveryMethodUpdate.deliveryMethodId
● ID
scalar
Delivery Method ID (
Warehouse
ID orShippingMethod
ID).
checkoutDeliveryMethodUpdate.id
● ID
scalar
The checkout's ID.
Added in Saleor 3.4
checkoutDeliveryMethodUpdate.token
● UUID
scalar
Checkout token.
DEPRECATED: this field will be removed in Saleor 4.0. Use
id
instead.
Type
CheckoutDeliveryMethodUpdate
object
Updates the delivery method (shipping method or pick up point) of the checkout.
Added in Saleor 3.1
Was this page helpful?