Skip to content

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 zipFromzipTo range when isZip is true).

Operation

OperationTypePurpose
adminSettingsTaxRate(id: ID!)QueryGet one tax rate by id

Notes

  • id is the IRI form (/api/admin/settings/tax-rates/{id}). Discover valid ids with the adminSettingsTaxRates query.
  • When isZip is false, zipCode is set and zipFrom / zipTo are null. When isZip is true, zipFrom / zipTo are set and zipCode is null.

Released under the MIT License.