1 Open Issue Need Help Last updated: Jan 17, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The current order listing for customers exposes internal seller-level orders and seller-specific details, including an embedded `seller` object with its own orders. This leaks internal data and is not relevant to the customer's view. The goal is to refactor the order module to return only customer-specific order data, hiding all seller details and simplifying the response structure.

Complexity: 4/5
enhancement good first issue