summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst20
1 files changed, 9 insertions, 11 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 712bb584..47803029 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1617,17 +1617,15 @@ Creating orders
fulfillment_url?: string;
}
- The following fields can be specified if the order is inventory-based.
- In this case, the backend can compute the amounts from the prices given
- in the inventory. Note that if the frontend does give more details
- (portions of ``ContractTerms``), this will override those details
- (including total price) that would otherwise computed based on information
- from the inventory.
-
- .. ts:def:: ProductSpecification
-
- type ProductSpecification : (MinimalInventoryProduct | Product);
-
+ The following `ProductSpecification` can be provided if the parts of the
+ order are inventory-based, that is if the `PostOrderRequest` uses
+ ``inventory_products``. For such products, which must be in the backend's inventory,
+ the backend can automatically fill in the amount and other details about
+ the product that are known to it from its ``products`` table.
+ 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``.
.. ts:def:: MinimalInventoryProduct