E-commerce has become an integral part of how people shop, with the rise of customer reviews on various platforms. These reviews provide important insights into product, customer service, and delivery. The growing volume of e-commerce reviews makes manual sorting time-consuming and error-prone for business owners. This study aims to classify e-commerce reviews into three categories: product, customer service, and delivery. The data was collected from e-commerce customer reviews on Tokopedia and labeled using crowdsourcing for ground truth. To classify the reviews, a Neural Network is performed with various numbers of node and learning rate. TF-IDF is also used for feature extraction to capture important features from the review data. From nine test scenarios, model B3 with 50 nodes in the first hidden layer and a learning rate of 0.1 provided the best performance with an accuracy of 65.85%, precision of 62.27%, recall of 58.61%, and f1-score of 59.71%. Validation using K-Fold Cross Validation shows an average accuracy of 64.17% at k=10. Word analysis with TF-IDF identified dominant words in each category. The B3 model is not yet able to classify reviews perfectly, due to the large and unbalanced dataset, less complex model architecture, and less effective TF-IDF preprocessing. However, this study shows potential for better classification in the future. With optimization, this model can be very useful for e-commerce business owners to gain insight from customer reviews and can help them to identify aspects that will lead to customer satisfaction and trust.