Update a shipping tax rule
POST
https://api.tamio.com/v2/taxes/shipping-tax/update/{uuid}
Updates an existing shipping tax rule.
Path Parameters
uuid
string*
UUID of the shipping tax rule to update.
Body Parameters
label
string*
Human-readable name for the shipping tax rule.
rate
number*
Percentage tax rate (0–100). When 0, a fixed amount is
required. Mutually exclusive with amount.
amount
number
Fixed tax amount in smallest currency unit. Mutually exclusive with rate.
active
boolean
Whether the shipping tax rule is active.
applies_to
string
all_shippings — applies to every shipping method;
selected_shippings — requires shippings array.
all_shippingsselected_shippings
shippings
array of string
Shipping method UUIDs (required when applies_to is selected_shippings).
Responses
200
Shipping tax rule updated
Shipping tax rule updated
status
integer
tax
Tax
400
Validation or business-logic error
Validation or business-logic error
status
integer
error
string
error_code
integer
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string
error_code
integer