Update an existing tax configuration
PATCH/v2/taxes/:id
Updates the details of a specific tax configuration identified by its unique ID.
Allows modification of tax rates, zones, export codes, and other tax attributes. Only provided fields will be updated, others remain unchanged.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Tax configuration updated successfully
Invalid input data, validation errors, or malformed UUID
Unauthorized
Insufficient permissions to update tax configurations
Tax configuration with the specified ID was not found
Internal server error occurred while updating tax configuration