retail-store-sample-app icon indicating copy to clipboard operation
retail-store-sample-app copied to clipboard

Catalog API to create/update products

Open niallthomson opened this issue 2 years ago • 0 comments
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.

niallthomson avatar Dec 07 '22 16:12 niallthomson