Details
-
Story
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
-
Empty show more show less
-
Scrum Sprint 1
Description
| Path | Description | Templating function | |
|---|---|---|---|
| GET | /catalogs | Return all the catalogs | True |
| GET | /catalog/{catalogId} | Return the requested catalog and : * The list of currencies
|
True |
| GET | /catalog/{catalogId}/products | Return all the catalog products Query string: - limit: Limit the number of results - offset: Index to return the results from - sort: Field to use for sorting and the order (ie: sort=date:asc, sort=date:desc) Does not return linked objects |
True |
| GET | /category/{categoryId} | Return the requested category and its tree of categories | True |
| GET | /category/{categoryId}/products | Return all the category products Query string: - limit: Limit the number of results - offset: Index to return the results from - sort: Field to use for sorting and the order (ie: sort=date:asc, sort=date:desc) Does not return linked objects |
True |
| GET | /shipping/methods/{methodId} | Return the requested shipping method and its list of rates | True |
| GET | /product/{productId} | Return the requested product and * The list of prices
|
True |
| GET | /product/{productId}/price | Return the price of the product regarding the current date and the requested quantity (body of the request) | True |
Checklists
Acceptance criteria