custom api endpoint for newsletter unsubscription question
I wrote an API endpoint to handle unsubscribe thru API call It is working well. However, I don’t want Magento to send out unsubscribe email to customer, how can I achieve this? Thanks <?php namespace ABCNewsletterEndpointModel; use ABCNewsletterEndpointApiSubscriptionInterface; use MagentoFrameworkExceptionNoSuchEntityException;… Read More »custom api endpoint for newsletter unsubscription question