fetchShipmentScans

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