Command: order.setOrderLineTax
Back to IndexSets the tax of an Order Line, either by a fixed total (taxTotal) or a percentage (taxFactor).
Body
orderLineId | uuid The ID of the Order Line to set the tax of. |
taxTotal | number (optional) Sets the taxTotal of the order line. Can not be combined with taxFactor command field. |
taxFactor | number (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. |