get https://app.ecwid.com/api/v3//taxClasses?countryCode=US&lang=en
Response
A JSON object with the following fields:
Field | Type | Description |
---|---|---|
stateCode | string | Two-digit state code in ISO 639-1 format if the tax class is local for the specific state. Empty otherwise |
taxClassCode | string | Unique ID of the tax class, if it has any. "default" otherwise |
taxClassRate | string | Tax class rate |
localization | Array with localized tax name and description |
Localization
Field | Type | Description |
---|---|---|
language | string | Localization language |
taxClassName | string | Tax class name |
taxClassDescription | string | What goods/services are subject to tax class |