taler-docs

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

commit 50e459d73cd7eee3fb76ae6ce85cfcdd78e06742
parent 9f1c19367aea3ae9b69ea05ace2a79a53f8f0523
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Wed,  7 Jan 2026 16:52:44 -0300

fixing changes

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3218,7 +3218,7 @@ Adding products to the inventory // is true. // Zero implies that the product is not sold separately or that the price must be supplied // by the frontend. - // Since API version **v25**. + // Since API version **vUNIT**. unit_price?: Amount[]; // True if the price(s) given are a net prices, false if they are @@ -3227,7 +3227,7 @@ Adding products to the inventory price_is_net?: boolean; // Legacy price field. - // Deprecated since **v25**; + // Deprecated since **vUNIT**; // when present it must match the first element of ``unit_price``. price?: Amount; @@ -3335,12 +3335,6 @@ Adding products to the inventory // moving forward! product_name?: string; - // Product group the product is a member of. - // Optional, if missing if the product to be placed - // into the default group. - // Since protocol **v25**. - product_group_serial?: Integer; - // Human-readable product description. description: string; @@ -3366,11 +3360,11 @@ Adding products to the inventory // the first entry represents the base price and MUST include applicable taxes. // Zero implies that the product is not sold separately or that the price must be supplied // by the frontend. - // Since API version **v25**. + // Since API version **vUNIT**. unit_price?: Amount[]; // Legacy price field. - // Deprecated since **v25**; + // Deprecated since **vUNIT**; // when present it must match the first element of ``unit_price``. price?: Amount; @@ -3493,11 +3487,6 @@ Inspecting inventory // Since API version **v20**. product_name: string; - // Product group the product is a member of. - // Optional, missing if the product is in the default group. - // Since protocol **v25**. - product_group_serial?: Integer; - // Human-readable product description. description: string; @@ -3523,7 +3512,7 @@ Inspecting inventory unit_price: Amount[]; // Legacy price field kept for compatibility. - // Deprecated since **v25**; + // Deprecated since **vUNIT**; // equal to the first element of ``unit_price``. price: Amount; @@ -4343,12 +4332,12 @@ Creating orders product_id: string; // Legacy integer quantity. - // Deprecated since **v25**; + // Deprecated since **vUNIT**; // defaults to 1 if both ``quantity`` and ``unit_quantity`` are absent. quantity?: Integer; // Preferred quantity string using "<integer>[.<fraction>]" syntax. - // @since **v25**; + // @since **vUNIT**; unit_quantity?: string // Money pot to use for this product, overrides value from @@ -7260,7 +7249,7 @@ It has the following structure: unit?: string; // The price of the product; - // Deprecated since **v25**; + // Deprecated since **vUNIT**; // this is the total price // for ``quantity`` times ``unit`` of this product. price?: Amount; @@ -7268,7 +7257,7 @@ It has the following structure: // Price of ``unit_quantity`` units of the product in various currencies. // Zero or absent implies that the product is not sold // separately. - // Since API version **v25**. + // Since API version **vUNIT**. prices?: Amount[]; // True if the ``prices`` given are the net price,