Tax

Get a tax

Fetch a single tax by its ID. A tax is a named, reusable tax rate (percentage) applied to order and invoice line totals; use this to resolve a tax id seen on those records into its current rate, code, and QuickBooks Online mappings.

Returns 404 when no tax with that ID exists for the authenticated company, or when the tax has been deleted. This endpoint is read-only and touches no other data.

Required permission: settings_permissions_taxes.

get/public/v1/taxes/{id}

Path parameters

idstring required

The tax's ID, as returned in the id field of a tax response.

Response

A single tax

Changes

No recorded changes to this endpoint across all 1 revision of this API.