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