Taxes > Tax Rules > taxRulesLookup
Commerce APITaxesTax RulestaxRulesLookup
taxRulesLookup
GET:tax_rules/lookup.json

Description

Lookup tax rules.

Permission bit: "tax_rules.read"

Topic: Tax Rules

Arguments

country: String!


customer_group_id: String


debug: Boolean


province: String!


sales_channel_id: String


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


tax_classes: [String!]!


zip: String!


Result

TaxRuleLookupResult

Preview (typescript)

function taxRulesLookup(
country: string
customer_group_id?: string
debug?: boolean
province: string
sales_channel_id?: string
shop_id: string
tax_classes: string[]
zip: string
): TaxRuleLookupResult | null