标签: rest api magento2
我是Magento 2的新手。如何构建REST API来发送电子邮件?
REST API
例如将其构建为:
/V1/email/send/?username=aaa@example.com&message=text
答案 0 :(得分:1)
Magento2无法在API中发送自定义电子邮件。 但基本界面将有电子邮件通知
E.g
API:POST /V1/order/{orderId}/ship
可以设置参数
{ ... "notify": true, ... }