Authorizations
Your secret API key. Keep this secure and never expose it in client-side code.
Path Parameters
Tax unique identifier (UUID)
Example:
"tax_123e4567-e89b-12d3-a456-426614174000"
Body
application/json
Tax update data - only include fields you want to update
Tax name for identification and display purposes
Maximum length:
100
Example:
"Updated Sales Tax"
Detailed description of what this tax covers
Maximum length:
255
Example:
"Updated description for retail sales tax"
Tax rate as a percentage (0-100)
Required range:
0 <= x <= 100
Example:
9.5
Whether this tax is currently active and can be applied
Example:
false
Array of app IDs where this tax should be available
Example:
["app_123e4567-e89b-12d3-a456-426614174000"]
Response
Successfully updated tax