Carts/
Tax Items/
Tax Items

Tax Items

Tax items can be added and removed using client_credentials tokens. Only administrators with client-credentials are able to manage tax items.

The Tax Item object

AttributeTypeDescription
idstringThe unique identifier for this cart item.
typestringtax_item
namestringDenotes the name of this tax item.
jurisdictionstringThe jurisdiction in which this tax applies.
codestringA tax code for this type of tax item.
ratefloatThe tax rate as a decimal (20.5% -> 0.205).

Sample Object

{
    "data": {
        "id": "003e2458-3415-4fd2-a10c-ed422bfac4bb",
        "type": "tax_item",
        "name": "Tax Name",
        "jurisdiction" : "UK",
        "code": "MYTAX01",
        "rate": 0.205
    }
}

Was this helpful?

Previous
Taxes

Learn

Docs