Export Tax Rates
Downloads the Tax Rates list as a csv, xls or xlsx file — the API equivalent of the Export button on the Tax Rates screen.
?format=acceptscsv(the default),xlsandxlsx; any other value returns422.- Send an
Acceptheader matching the format —text/csv,application/vnd.ms-excelorapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheet. The response is an attachment namedtax-rates.<format>. - Columns: ID, Identifier, State, Country, Zip Code, Zip From, Zip To, Tax Rate.
- Honours the same filters as the list endpoint —
identifier,country,state,tax_rate_from,tax_rate_to. The export returns every matching row, not just the current page. - This endpoint is REST only (there is no GraphQL equivalent for binary downloads).
Permission: settings.taxes.tax_rates.

