**Title**: Retrieve Product **As a** user, **I need** the ability to retrieve a product from the catalog **So that** I can view details of existing products. **Acceptance Criteria**: - Given I am a user, - When I request a product by its ID, - Then the system should return the product details. #14