Types > TaxRule
Commerce APITypesTaxRule
TaxRule

Description

Topic: Tax Rules

Fields

components: String!

Tax rule components (custom JSON format)

Example: "[]"


id: String!

Unique tax rule identifier. See also: Unique Identifiers

Example: "tr_EQzGqWoY"


name: String!

Name of the tax rule

Example: "New York Local Tax"


priority: Int!

Priority of the rule (rule with higher priority is to be evaluated first)

Example: 0


zones: [Zone!]!


Used By

Mutations

taxRulesCreate, taxRulesModify

Queries

taxRules

Types

ShopSettings

Preview (typescript)

Loading module