Tax classes by country

Headers

NameTypeDescription
AuthorizationstringoAuth token with mandatory Bearer before it. Example: Bearer e***s0, where e***s0 should be replaced with your oAuth token.

Query parameters

NameTypeDescription
countryCodestringRequired parameter. Country code must be in ISO 639-1 format
langstringOptional parameter changing language in the response (English if lang is not specified). Supports multiple values, e.g. &lang=en,es.

Response

A JSON object with the following fields:

FieldTypeDescription
stateCodestringTwo-digit state code in ISO 639-1 format if the tax class is local for the specific state. Empty otherwise
taxClassCodestringUnique ID of the tax class, if it has any. "default" otherwise
taxClassRatestringTax class rate
localizationArray with localized tax name and description

Localization

FieldTypeDescription
languagestringLocalization language
taxClassNamestringTax class name
taxClassDescriptionstringWhat goods/services are subject to tax class
Language
Authorization
Query