Skip to content

Command: order.setOrderLineTax

Back to Index

Sets the tax of an Order Line, either by a fixed total (taxTotal) or a percentage (taxFactor).

Body
orderLineIduuid

The ID of the Order Line to set the tax of.

taxTotalnumber (optional)

Sets the taxTotal of the order line. Can not be combined with taxFactor command field.

taxFactornumber (optional)

Sets the tax percentage of the order line. If set, the order line’s taxTotal will be calculated automatically based on the order line’s total. Can not be combined with taxTotal command field.

Back to Index