v1

latestOpenAPI 3.0.02026-07-1498163181.9 KB
TaxRate

Get a tax rate

Returns a tax rate

get/api/v1/tax-rates/{id}

Path parameters

idstring required

Response

idstring required
createdAtstring date-time
updatedAtstring date-time
namestring required

The name of the tax rate.

descriptionstring

The description of the tax rate.

countrystring

The country of the tax rate.

percentagenumber required

Percent that will be added to subtotal as a tax.

type'exclusive' | 'inclusive' required
isActiveboolean

Whether the tax rate is currently active

metadataobject

The metadata of the tax rate

Example response

{
  "percentage": 1
}