Skip to main content

orderUpdateShipping

Updates a shipping method of the order.

orderUpdateShipping(
order: ID!
input: OrderUpdateShippingInput
): OrderUpdateShipping

Arguments

orderUpdateShipping.order ● ID! non-null scalar

ID of the order to update a shipping method.

orderUpdateShipping.input ● OrderUpdateShippingInput input

Fields required to change shipping method of the order.

Type

OrderUpdateShipping object

Updates a shipping method of the order.

Was this page helpful?