Skip to main content

Export Tax Rates

GET 

/api/qbo/tax-rates/export

Download the QuickBooks Online tax rates synced into SKU.io as a CSV file. The export is streamed from the locally synced copies; no request is made to QuickBooks.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

CSV columns: QBO ID, Name, Description, Rate Value, Agency ID, Agency Name, Active, QBO Created At, QBO Updated At, Local Created At, Local Updated At.

The response is a file download (Content-Type: text/csv) with a filename of the form qbo_tax-rates_export_2026-07-07_10-30-00.csv. By default all records (active and archived) are included; use the query parameters to narrow the export.

Returns a 500 error if no QuickBooks Online integration has been set up, and a 422 error if a date parameter is not in MM/DD/YYYY format.

Authentication: Requires Bearer token.

Request

Responses

Successful response