fetchShipmentScans
abstract suspend fun fetchShipmentScans(shipmentIds: List<String>): Result<Map<String, List<ShipmentScan>>>
Fetches scans for multiple shipments in a single request.
Fetches all scans associated with a specific shipment.