taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 456e6ff7b7b327eab17fb7f82f50e5a99d019f53
parent 63d4b39f31d60c76126f654b3101347ade6f6f36
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  5 Apr 2021 22:10:21 +0200

clarify API

Diffstat:
Mcore/api-merchant.rst | 20+++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)

diff --git 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