trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

[API v1.2] Management of Product Lists #93

Closed bglamadrid closed 2 years ago

bglamadrid commented 2 years ago

Mind changes in release v1.2.0 and v1.2.1 of the API.

Objectives:

  1. Support CRUD operations on product lists
  2. Support fetching, adding to, removing from and replacing contents (products) of individual list

The v1.2.0 release of the frontend already has these features leveraged in its fake api module (which can be tested in the demo page).