- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2020
06:56 AM
01-20-2020
06:56 AM
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"
How can I stop order email confirmation programmatically, when place order using below REST API .
"/rest/V1/carts/mine/payment-information"
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2020
09:35 PM
01-20-2020
09:35 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2020
10:42 PM
01-20-2020
10:42 PM
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.
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.