Closed francesco-necto closed 9 months ago
As a user I need to be able to see a product in the shopcart So that I can view and update the single item
Method is GET and path should be /shopcarts/{id}/items/{id}
Given a shopcart with at least one item When a read is invoked Then the response should include a single product
As a user I need to be able to see a product in the shopcart So that I can view and update the single item
Details and Assumptions
Method is GET and path should be /shopcarts/{id}/items/{id}
Acceptance Criteria