taler-docs

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

commit e77c293531b7b065f1b24872cb8cadd0904d3186
parent 97967942e425e2bd84165ff953facca058fdb52c
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date:   Sun, 25 Jan 2026 23:26:56 +0100

adding remaining_stock #0010890

Diffstat:
Mcore/api-merchant.rst | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -5895,6 +5895,10 @@ Using template // Since protocol **v25**. unit_precision_level: Integer; + // Remaining stock available for selection. + // Since protocol **v25**. + remaining_stock: DecimalQuantity; + // Category identifiers associated with this product. // Since protocol **v25**. categories: Integer[];