cancel
Showing results for 
Search instead for 
Did you mean: 

Deleted Magento Products Still Show up in a third-party app

Deleted Magento Products Still Show up in a third-party app

I am trying to delete products from magento but they are still in the third-party app we are passing data to when we query it.

So, deleted items in Magento are still showing up int the email marketing app, that shouldnt.
need to figure out if they do still exist in magento.
 Has anyone experienced a similar issue?
Is there anything I need to know about Magento's  inventory management system that they’re using?

2 REPLIES 2

Re: Deleted Magento Products Still Show up in a third-party app

Hello @Anonymous 

 

Please try below command:

 

bin/magento indexer:reindex
bin/magento c:f

It may help you.

Thanks you.

Problem solved? Click Accept as Solution!

Re: Deleted Magento Products Still Show up in a third-party app

Hi Bhanu,
Thank you for your response.
Where do I try this command and what does it do?