mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
API: Allow to add a fee to an order (#4806)
This commit is contained in:
@@ -2242,6 +2242,9 @@ otherwise, such as splitting an order or changing fees.
|
||||
* ``patch_fees``: A list of objects with the two keys ``fee`` specifying an order fee ID and
|
||||
``body`` specifying the desired changed values of the position (``value``).
|
||||
|
||||
* ``create_fees``: A list of objects describing new order fees with the fields ``fee_type``, ``value``, ``description``,
|
||||
``internal_type``, ``tax_rule``
|
||||
|
||||
* ``cancel_fees``: A list of objects with the single key ``fee`` specifying an order fee ID.
|
||||
|
||||
* ``recalculate_taxes``: If set to ``"keep_net"``, all taxes will be recalculated based on the tax rule and invoice
|
||||
|
||||
Reference in New Issue
Block a user