We're importing variants using the Dynamicwebprovider into the tables EcomProducts, EcomVariantGroupProductRelation, EcomVariantOptionsProductRelation and some other tables.
The interesting issue is that when a new product is imported (with 1 variant), the product isn't rendered correct in front-end or in backend until I do a restart of the Azure App Service.
When browsing the product in Admin, there's no arrow indicating variants on the product until the app service is restarted. After a restart of the app service the variant is visible both in front-end and back-end (with no other changes made).
This leads me to think there's a caching issue involved. How do I reset the variant-cache after products have been imported?
Site is hosted in Azure, DW version is 9.4.17.
Regards,
Espen