Types > TaxRuleCreate
Commerce APITypesTaxRuleCreate
TaxRuleCreate

Description

Topic: Tax Rules

Fields

components: String

Tax rule components (custom JSON format)

Example: "[]"


name: String!

Name of the tax rule

Example: "New York Local Tax"

Valid when: name is not empty

Valid when: name's length doesn't exceed 250 characters


priority: Int

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

Example: 0


zones: [ZoneCreate!]


Used By

Mutations

taxRulesCreate

Preview (typescript)

Loading module