archiveShipments

abstract suspend fun archiveShipments(shipmentIds: List<String>): Result<List<Shipment>>

Batch soft-deletes multiple shipments.