The output result for List Feed and Product Feed is not identical. How I test?
The template is using the same index. I call the list feed with productfeed?feed=true
and i can find the product id '1020978'
but when i call this feed with productfeed?ProductId=1020978&VariantId=&feed=true. It returns nothing. It seems like product feed is not consuming from the same index as product list feed
FYI, the product 1020978 is inactive product but index builder's OnlyIndexActiveProducts is set to false already and even list returning proper data.