Hi forum
We are importing our product catalog from InRiver PIM using a modified version of the adapter provided by PIM. But basically this adapter imports data into Episerver by importing a Catalog.xml file. We are using Episerver.Cms.UI: 10.4.0 and EPiServer.Commerce.UI.ManagerIntegration 10.2.2.
We are now trying to change some properties on a CatalogNode. We change the properties in the XML file and try to import the file. What I have found so far:
1) The /episerver -> Commerce -> Catalog interface (not Commerce Manager - don't know what the proper name for this interface is) is not updated.
2) Data is changed in the CatalogContentProperty database table, so we do receive the data from the XML file.
3) Our website is also changed, so the customers will see the changes.
I have then tried to change something in the Commerce catalog UI directly. That is both reflected in the UI, on the website and in the CatalogContentProperty table.
My first thought was that it is a versioning problem, but we have set this appsetting in web.config:
As far as I can see, we can't rely on the Commerce UI showing the correct data when we update or catalog by importing Catalog.xml files. Is that true?
Thank you for your help and insight.
Regards
Anders