fetchShipmentScans

open suspend override fun fetchShipmentScans(shipmentId: String): Result<List<ShipmentScanRO>>
open suspend override fun fetchShipmentScans(shipmentIds: List<String>): Result<Map<String, List<ShipmentScanRO>>>