Order creation API: Allow to auto-calculate prices

This commit is contained in:
Raphael Michel
2019-08-14 09:22:58 +02:00
parent 82684e6df3
commit 9d6ff20191
3 changed files with 72 additions and 30 deletions
+2 -2
View File
@@ -726,7 +726,7 @@ Creating orders
* does not validate any requirements related to add-on products
* does not check or calculate prices but believes any prices you send
* does not check prices but believes any prices you send
* does not support the redemption of vouchers
@@ -785,7 +785,7 @@ Creating orders
* ``positionid`` (optional, see below)
* ``item``
* ``variation``
* ``price``
* ``price`` (optional, if set to ``null`` or missing the price will be computed from the given product)
* ``seat`` (The ``seat_guid`` attribute of a seat. Required when the specified ``item`` requires a seat, otherwise must be ``null``.)
* ``attendee_name`` **or** ``attendee_name_parts``
* ``attendee_email``