Docs
Dashboard

TaxRate

Object

Represents the tax rate applied to a cart or line item, including the rate and any applicable tax portions.

#

Fields


composition
TaxRateComposition!

Gets the tax composition of the tax rate, which includes details about how the tax is structured.

Possible enum values
  • ADDITIVE

    Calculates the rate independently against the same taxable amount.

  • COMPOUND

    Calculates the rate after previously applied taxes have increased the taxable amount.

portions
[TaxPortion!]!

The tax portions of the tax rate, which detail how the tax is divided among different components.

rate
Decimal!

Gets the tax rate as a decimal value.

taxPortionsDeprecated
[TaxPortion!]!

The tax portions associated with this tax rate.

Deprecated: Don't use this.... use portions instead... will be removed in v5