cancel
Showing results for 
Search instead for 
Did you mean: 

stop order email confirmation programmatically when place order from Rest API magento 2

stop order email confirmation programmatically when place order from Rest API magento 2

Hi,
How can I stop order email confirmation programmatically, when place order using below REST API .
"/rest/V1/carts/mine/payment-information"
2 REPLIES 2

Re: stop order email confirmation programmatically when place order from Rest API magento 2

HI @rajkumar_ghosh,

you can do it after overriding the module.

for more info when-creating-an-order-via-the-magento2-rest-v1-api-can-i-disable-customer-emai 

I hope it will help you!

Re: stop order email confirmation programmatically when place order from Rest API magento 2

Hello Vimal,
Thanks for your response. How can I overriding "payment-information" API module and also I checked your refference link, "order/create" API is admin accessable API. But "payment-infomation" API has no "email-send" options.