Closed francesco-necto closed 9 months ago
As a customer I need update the choices of items in my cart So that I can finalize my purchase at the checkout
Method should be a PUT with endpoint /shopcarts/{id}/items/{id}
Given a shopcart with one or more items When the update is invoked Then an item is updated (quantity or material)
As a customer I need update the choices of items in my cart So that I can finalize my purchase at the checkout
Details and Assumptions
Method should be a PUT with endpoint /shopcarts/{id}/items/{id}
Acceptance Criteria