Hi there,
When trying to add a product to a favorites list using WebAPI we get a sql exception regarding the FK:
ExceptionMessage": "The INSERT statement conflicted with the FOREIGN KEY constraint \"FK_EcomCustomerFavoriteProducts_EcomProducts\". The conflict occurred in database \"\", table \"dbo.EcomProducts\".\r\nThe statement has been terminated."
I noticed that LanguageId is part of the FK_EcomCustomerFavoriteProducts_EcomProducts, but the favorites endpoint is not taking language into consideration.
DW version: 9.16.7.
BR Mario