During each synchronization, the indexes are automatically deactivated and then reactivated once synchronization is finished.
If you need to add URLs so they execute after each synchronization, add them to the saleslayerimport.php file. Specifically, in the callIndexer function, use the urlSendCustomJson function at the end. This calls the URL once synchronization is complete.
Example
$mi_another_indexer = 'https://mistore.io/mainindexer/token/58161dcaf1a6c1a61cs1a56';
$this->urlSendCustomJson('GET', $mi_another_indexer, null, false);
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article