OrderUpdateShippingInput
No description
input OrderUpdateShippingInput {
shippingMethod: ID
}
Fields
OrderUpdateShippingInput.shippingMethod
● ID
scalar
ID of the selected shipping method, pass null to remove currently assigned shipping method.
Member of
orderUpdateShipping
mutation