From 6dedea1025394bf14e78673f762de0134c9f62c4 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 16 Apr 2019 13:34:32 +0200 Subject: [PATCH] Items API: Note that tax_rate is read-only --- doc/api/resources/items.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/resources/items.rst b/doc/api/resources/items.rst index 2c1c7b9310..6b6adef442 100644 --- a/doc/api/resources/items.rst +++ b/doc/api/resources/items.rst @@ -29,7 +29,8 @@ free_price boolean If ``true``, cu they buy the product (however, the price can't be set lower than the price defined by ``default_price`` or otherwise). -tax_rate decimal (string) The VAT rate to be applied for this item. +tax_rate decimal (string) The VAT rate to be applied for this item (read-only, + set through ``tax_rule``). tax_rule integer The internal ID of the applied tax rule (or ``null``). admission boolean ``true`` for items that grant admission to the event (such as primary tickets) and ``false`` for others