Tax Rate Detail
Fetches a single tax rate by its IRI id. The payload carries every field of the rate, including the location (state / country) and the zip targeting (a single zipCode, or a zipFrom–zipTo range when isZip is true).
Operation
| Operation | Type | Purpose |
|---|---|---|
adminSettingsTaxRate(id: ID!) | Query | Get one tax rate by id |
Notes
idis the IRI form (/api/admin/settings/tax-rates/{id}). Discover valid ids with theadminSettingsTaxRatesquery.- When
isZipisfalse,zipCodeis set andzipFrom/zipToarenull. WhenisZipistrue,zipFrom/zipToare set andzipCodeisnull.

