Skip to content

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= accepts csv (the default), xls and xlsx; any other value returns 422.
  • Send an Accept header matching the format — text/csv, application/vnd.ms-excel or application/vnd.openxmlformats-officedocument.spreadsheetml.sheet. The response is an attachment named tax-rates.<format>.
  • Columns: ID, Identifier, State, Country, Zip Code, Zip From, Zip To, Tax Rate.
  • Honours the same filters as the list endpointidentifier, 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.

Released under the MIT License.