Command: order.setShippingTax
Back to IndexSets the tax percentage factor of a a Delivery’s shipping cost.
Body
deliveryId | uuid The ID of the Delivery to set the shipping tax of. |
tax | number (optional) Sets the taxTotal of the shipping. Can not be combined with taxFactor command field. |
taxFactor | number (optional) Sets the tax percentage of the shipping. If set, the shipping’s tax will be calculated automatically based on the shipping’s total. Can not be combined with tax command field. |