summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 47803029..f7d07c35 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1625,7 +1625,9 @@ Creating orders
Note that the ``inventory_products`` will be appended to the
list of ``products`` that the frontend already put into the ``order``.
So if the frontend can sell additional non-inventory products together
- with ``inventory_products``.
+ with ``inventory_products``. Note that the backend will NOT update
+ the ``amount`` of the ``order``, so the frontend must already have calculated
+ the total price --- including the ``inventory_products``.
.. ts:def:: MinimalInventoryProduct