retail-store-sample-app
retail-store-sample-app copied to clipboard
Catalog API to create/update products
trafficstars
Currently the catalog is immutable unless directly updating the SQL database. There are use-cases where it is valuable to be able to update the catalog, for example to show changes are persisted over database restarts.
Add API calls to the catalog API that allows products to be created and modified. This does not involve any UI work.