Update a product in the Shopcart
Closed this issue · 1 comments
helloyxy commented
As a customer
I need to change the product
So that I can make a collection of products that I want
Details & Assumptions:
- the product already exist
Acceptance Criteria:
Given [a product]
When [I want to change the product]
Then [the product in the shopcart change]
helloyxy commented
POST /shopcarts/<customer_id>/products/<product_id>