Open Issues Need Help
View All on GitHub Read Wishlist API 6 months ago
AI Summary: This issue describes the development of a 'Read Wishlist' API endpoint, allowing customers to retrieve a specific wishlist by its ID. The API should return a 200 OK with the wishlist details (including ID, customer ID, name, and items) if found, or a 404 Not Found with a JSON error message if the wishlist does not exist.
Complexity:
1/5
good first issue