Skip to content

Command: order.setShippingTax

Back to Index

Sets the tax percentage factor of a a Delivery’s shipping cost.

Body
deliveryIduuid

The ID of the Delivery to set the shipping tax of.

taxnumber (optional)

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

taxFactornumber (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.

Back to Index