nyu-devops-squad/shopcarts

Read a product from the Shopcart

Closed this issue · 1 comments

As a costomer
I need to read a product from my shopcart
So that I can know details of this product

Details & Assumptions:

  • the product exists in the shopcart

Acceptance Criteria:

Given [a product]
When [the customer need more detailed information]
Then [the customer can read a product form the shopcart]

GET /shopcarts/<customer_id>/products/<product_id>