Tax Items

Tax items can only be added and removed using client_credentials tokens.

The Tax Item Object

Attribute

Type

Description

id

string

The unique identifier for this cart item

type

string

tax_item

name

string

Denotes the name of this tax item

jurisdiction

string

The jurisdiction in which this tax applies

code

string

A tax code for this type of tax item

rate

float

The tax rate as a decimal (20.5% -> 0.205)

Last updated