Closed francesco-necto closed 9 months ago
As a user I need to add an item to the shopcart So that I can pay for a collection of items with a single transaction
Method should be a POST request with endpoint /shopcarts/{id}/items
Given the user pressed the add to cart button When an item is added Then the shopcart should contain the added product with price sum
As a user I need to add an item to the shopcart So that I can pay for a collection of items with a single transaction
Details and Assumptions
Method should be a POST request with endpoint /shopcarts/{id}/items
Acceptance Criteria