zoneTaxCodeUpdate
Update an existing zone tax code record with new values and settings.
Allows modification of geographic zones, tax codes, product associations, effective dates, and other zone tax code attributes. Used for maintaining accurate regional tax rules and compliance.
Possible errors:
- ZONE_TAX_CODE_NOT_FOUND_ERROR: Zone tax code with the specified ID does not exist
- ZONE_TAX_CODE_UPDATE_ERROR: Failed to update zone tax code record
- ZONE_TAX_CODE_VALIDATION_ERROR: Invalid zone tax code data provided
AUTH: Role=[pricing.OWNER,pricing.EDITOR]
zoneTaxCodeUpdate(
id: String!
input: ZoneTaxCodeUpdateInput!
): ZoneTaxCode!
Arguments
zoneTaxCodeUpdate.id
● String!
non-null scalar
Unique identifier of the zone tax code record to update.
Must be a valid UUID format representing an existing zone tax code in the system.
zoneTaxCodeUpdate.input
● ZoneTaxCodeUpdateInput!
non-null input
Updated zone tax code data including geographic zones, tax codes, and effective dates.
Only provided fields will be updated, others remain unchanged. All validation rules apply to the updated values.
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.