Details
-
Story
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
-
Empty show more show less
-
Scrum Sprint 1
Description
| POST | /order | Get the current cart, the billing/shipping addresses, the shipping methods and convert them into an order | false |
|---|---|---|---|
| GET | /orders | Get the list of orders whose the user id match with the session user id. Does not work for the anonymous accesses. |
true |
| GET | /order/{orderId} | Get the requested order. Only return the order if the user id match with the session user id. Does not work for the anonymous accesses. |
true |
| PUT | /order/{orderId}/cancel | Change the status of the order into CANCELLED if the user id match with the session user id. Does not work for the anonymous accesses |
false |
Checklists
Acceptance criteria