{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SalesTaxJurisdiction", "title": "SalesTaxJurisdiction", "type": "object", "properties": { "salesTaxJurisdictionId": { "type": "string", "description": "The unique ID for a sales-tax jurisdiction.

Important! When countryCode is set to US, IDs for all 50 states, Washington, DC, and all US territories will be returned. However, the only salesTaxJurisdictionId values currently supported are:

" } }, "description": "A unique ID for a sales tax jurisdiction." }