ShipOrderCompletelyInput
Input for shipOrderCompletely. Ships every still-shippable quantity of the order from the chosen warehouse (or the shop default) in a single call.
input ShipOrderCompletelyInput {
orderId: ID!
warehouseId: ID
}
Fields
ShipOrderCompletelyInput.orderId ● ID! non-null scalar
ID of the order to ship.
ShipOrderCompletelyInput.warehouseId ● ID scalar
ID of the warehouse to ship from. Defaults to the shop's configured default warehouse when omitted.
Member Of
shipOrderCompletely mutation