shipOrderCompletely
Ships every still-shippable quantity of the given order from the chosen warehouse in a single transaction. When warehouseId is omitted, the shop's configured default warehouse is used. Returns the freshly loaded order. Underlying service raises OrderShippingException / PickingStrategyStockShortageException on validation errors (e.g. fully shipped, decommissioning warehouse, stock shortage). No tracking-code input in this MVP.
shipOrderCompletely(
input: ShipOrderCompletelyInput!
): Order!
Arguments
shipOrderCompletely.input ● ShipOrderCompletelyInput! non-null input
Type
Order object
A customer order.