Order creation API: Allow to send emails

This commit is contained in:
Raphael Michel
2019-08-12 13:17:46 +02:00
parent d681ae4dce
commit 82684e6df3
4 changed files with 116 additions and 5 deletions

View File

@@ -737,8 +737,6 @@ Creating orders
* does not allow to pass data to plugins and will therefore cause issues with some plugins like the shipping
module
* does not send order confirmations via email
* does not support reverse charge taxation
* does not support file upload questions
@@ -809,6 +807,8 @@ Creating orders
* ``tax_rule``
* ``force`` (optional). If set to ``true``, quotas will be ignored.
* ``send_mail`` (optional). If set to ``true``, the same emails will be sent as for a regular order. Defaults to
``false``.
If you want to use add-on products, you need to set the ``positionid`` fields of all positions manually
to incrementing integers starting with ``1``. Then, you can reference one of these