datafoodconsortium / prototype

The DFC prototype allows you to map data on different platforms.
http://proto.datafoodconsortium.org/
MIT License
10 stars 4 forks source link

Saving to source platform doesn't update catalog item #137

Open mkllnk opened 1 year ago

mkllnk commented 1 year ago

Description

When I update product information and save it to the source platform, a put request is sent to the SuppliedProduct but not to the CatalogItem.

Expected Behavior

The CatalogItem id URL should receive a request to update the changed attributes.

Actual Behaviour

Only a request to the SuppliedProduct URL has been observed.

Steps to Reproduce

  1. Import data from OFN French staging
  2. Change SKU and StockLimitation
  3. Save to source

Animated Gif/Screenshot

Workaround

Your Environment