zoneTaxCode
Retrieve detailed information about a specific zone tax code record.
Returns comprehensive zone tax code data including geographic zone mappings, tax code associations, product assignments, and regional tax rules. Used for location-specific tax calculations and compliance.
Possible errors:
- ZONE_TAX_CODE_NOT_FOUND_ERROR: Zone tax code with the specified ID does not exist
AUTH: Role=[pricing.OWNER,pricing.EDITOR,pricing.VIEWER]
zoneTaxCode(
id: String!
): ZoneTaxCode!
Arguments
zoneTaxCode.id
● String!
non-null scalar
Unique identifier of the zone tax code record to retrieve.
Must be a valid UUID format representing an existing zone tax code in the system.
Type
ZoneTaxCode
object
Zone-specific tax code configuration for geographic tax compliance.
Represents tax code overrides for specific geographic zones, enabling location-based tax calculations and compliance with regional tax regulations. Used for international commerce and multi-jurisdictional tax management.