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