Aichlmayr / agile-final-project

0 stars 0 forks source link

Retrieve a product from the catalog #2

Open Aichlmayr opened 6 hours ago

Aichlmayr commented 6 hours ago

As a customer, I need the ability to retrieve product details, so that I can view specific product information.

Aichlmayr commented 5 hours ago

Given I am a customer, When I search for a product by its ID, Then I should be able to retrieve all relevant details about the product.

Given I am a customer, When I search for a product that doesn't exist, Then I should see a message indicating that the product was not found.